home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / merc130.zip / LISTS.SMP < prev    next >
Text File  |  1994-12-20  |  5KB  |  95 lines

  1. ;
  2. ;  Sample "List of lists" for Mercury.
  3. ;  Copyright (c) 1993-94 David Harris, all rights reserved.
  4. ;
  5. ;  The "List of lists" contains definitions for every mailing list
  6. ;  serviced by the running copy of Mercury.
  7. ;
  8. ;  Each list definition begins with the short name of the list which
  9. ;  must be on a line of its own flush against the left margin:
  10. ;  subsequent lines, which define fields in the list definition, must
  11. ;  be indented using at least one space.
  12. ;
  13. ;  The following keywords can be used when defining a list (M/O indicates
  14. ;  whether the field is MANDATORY or OPTIONAL).
  15. ;
  16. ;  Keyword        M/O  Description
  17. ;  ------------------------------------------------------------------
  18. ;  FILE            M   The filename which contains the list members
  19. ;  TITLE           O   Descriptive text added to the list address
  20. ;  MODERATOR       O   List maintainer/owner's address (may be used multiply)
  21. ;  MODERATED       O   If Y, only list moderators may post to the list
  22. ;  PUBLIC          O   If N, only list moderators may add members to the list
  23. ;                      (using the Maiser "add" and "remove" commands).
  24. ;  WELCOME         O   Name of a text file to mail to new subscribers
  25. ;  FAREWELL        O   Name of a text file to mail when a member unsubscribes
  26. ;  ENUMERATE       O   If N, Maiser will not supply the list membership
  27. ;  REPLY_TO_LIST   O   If Y, messages with no REPLY-TO field will have one
  28. ;                      added which points to the list itself.
  29. ;  RESTRICTED      O   If Y, only members may post to the list
  30. ;  FANOUT          O   Number of jobs to create when exploding the list
  31. ;  ANONYMOUS       O   If Y, originator information will be suppressed on
  32. ;                      mail sent to the list; if T (totally anonymous),
  33. ;                      then the Mercury log entry will also be suppressed.
  34. ;  ERRORS_TO       O   Optional address to specify in the message envelope
  35. ;                      (kosher RFC821/1123-compliant mail systems will send
  36. ;                      errors associated with the message to this address).
  37. ;  LIMIT           O   Maximum number of subscribers for this list.
  38. ;  ARCHIVE         O   Name of a file into which to archive messages sent to
  39. ;                      the list. You can use the following special sequences
  40. ;                      in the filename:
  41. ;                         ~Y   Year (2 digits)
  42. ;                         ~M   Month (1 or 2 digits)
  43. ;                         ~D   Day (1 or 2 digits)
  44. ;                         ~W   Current week in the year.
  45. ;  DIGEST_NAME     O   Name of the temporary file Mercury should use to
  46. ;                      store digest information. If this keyword is absent,
  47. ;                      the list will not support digests. The filename must
  48. ;                      NOT have a path - it will be created in the location
  49. ;                      pointed to by the "scratch" keyword in the [Mercury]
  50. ;                      section of MERCURY.INI.
  51. ;  DIGEST_MAXSIZE  O   Maximum size for a digest in bytes. Once a digest
  52. ;                      exceeds this size it will be sent immediately. The
  53. ;                      default is 32MB (ie, no practical limit).
  54. ;  DIGEST_MAXWAIT  O   How often digests should be sent out in whole hours.
  55. ;                      The default is 24 hours, which results in digests
  56. ;                      being sent once each day.
  57. ;  DIGEST_DEFAULT  O   Y or N: if 'Y', then new subscribers to the list will
  58. ;                      automatically be added in digest mode.
  59. ;
  60. ;  For technocrats, there is also the TITLE_IS_ADDRESS keyword; if present
  61. ;  and set to Y, this tells Mercury that the TITLE field contains a full,
  62. ;  legal, domain-extended RFC822 address and forces it to suppress its
  63. ;  usual address formation rules for the list. This is the ONLY way to
  64. ;  control the actual list address Mercury will print in mail sent to the
  65. ;  list and should be used with extreme care, since invalid addresses can
  66. ;  cause mail storms.
  67. ;
  68.  
  69. winpmail
  70.    File:          sys:system/mercury/winpmail.lis
  71.    Title:         WinPMail testers list
  72.    Moderator:     D.Harris@pmail.gen.nz
  73.    Moderated:     N
  74.    Fanout:        6
  75.    Public:        N
  76.    Archive:       sys:system/mercury/winpm~m.arc
  77.  
  78. test-l
  79.    File:             sys:system/mercury/testl.lis
  80.    Title:            ""Test List" <test-l@pmail.gen.nz>"
  81.    Title_is_address: Y
  82.    Welcome:          sys:system/mercury/testlw.txt
  83.    Farewell:         sys:system/mercury/testlf.txt
  84.    Moderator:        D.Harris@pmail.gen.nz
  85.    Moderated:        N
  86.    Restricted:       N
  87.    Errors_to:        david@parnassus.pmail.gen.nz
  88.    Reply_to_list:    Y
  89.    Anonymous:        T
  90.    Public:           N
  91.    Digest_name:      TESTL.DIG
  92.    Digest_maxsize:   1
  93.    Archive:          sys:system/mercury/tt~m~y~w.arc
  94.  
  95.